GridHighlightConfig

data class GridHighlightConfig(showGridExtensionLines: Boolean?, showPositiveLineNumbers: Boolean?, showNegativeLineNumbers: Boolean?, showAreaNames: Boolean?, showLineNames: Boolean?, showTrackSizes: Boolean?, gridBorderColor: RGBA?, cellBorderColor: RGBA?, rowLineColor: RGBA?, columnLineColor: RGBA?, gridBorderDash: Boolean?, cellBorderDash: Boolean?, rowLineDash: Boolean?, columnLineDash: Boolean?, rowGapColor: RGBA?, rowHatchColor: RGBA?, columnGapColor: RGBA?, columnHatchColor: RGBA?, areaBorderColor: RGBA?, gridBackgroundColor: RGBA?)

Configuration data for the highlighting of Grid elements.

Constructors

GridHighlightConfig
Link copied to clipboard
fun GridHighlightConfig(showGridExtensionLines: Boolean? = null, showPositiveLineNumbers: Boolean? = null, showNegativeLineNumbers: Boolean? = null, showAreaNames: Boolean? = null, showLineNames: Boolean? = null, showTrackSizes: Boolean? = null, gridBorderColor: RGBA? = null, cellBorderColor: RGBA? = null, rowLineColor: RGBA? = null, columnLineColor: RGBA? = null, gridBorderDash: Boolean? = null, cellBorderDash: Boolean? = null, rowLineDash: Boolean? = null, columnLineDash: Boolean? = null, rowGapColor: RGBA? = null, rowHatchColor: RGBA? = null, columnGapColor: RGBA? = null, columnHatchColor: RGBA? = null, areaBorderColor: RGBA? = null, gridBackgroundColor: RGBA? = null)

Properties

areaBorderColor
Link copied to clipboard
val areaBorderColor: RGBA? = null
The named grid areas border color (Default: transparent).
cellBorderColor
Link copied to clipboard
val cellBorderColor: RGBA? = null
The cell border color (default: transparent).
cellBorderDash
Link copied to clipboard
val cellBorderDash: Boolean? = null
Whether the cell border is dashed (default: false).
columnGapColor
Link copied to clipboard
val columnGapColor: RGBA? = null
The column gap highlight fill color (default: transparent).
columnHatchColor
Link copied to clipboard
val columnHatchColor: RGBA? = null
The column gap hatching fill color (default: transparent).
columnLineColor
Link copied to clipboard
val columnLineColor: RGBA? = null
The column line color (default: transparent).
columnLineDash
Link copied to clipboard
val columnLineDash: Boolean? = null
Whether column lines are dashed (default: false).
gridBackgroundColor
Link copied to clipboard
val gridBackgroundColor: RGBA? = null
The grid container background color (Default: transparent).
gridBorderColor
Link copied to clipboard
val gridBorderColor: RGBA? = null
The grid container border highlight color (default: transparent).
gridBorderDash
Link copied to clipboard
val gridBorderDash: Boolean? = null
Whether the grid border is dashed (default: false).
rowGapColor
Link copied to clipboard
val rowGapColor: RGBA? = null
The row gap highlight fill color (default: transparent).
rowHatchColor
Link copied to clipboard
val rowHatchColor: RGBA? = null
The row gap hatching fill color (default: transparent).
rowLineColor
Link copied to clipboard
val rowLineColor: RGBA? = null
The row line color (default: transparent).
rowLineDash
Link copied to clipboard
val rowLineDash: Boolean? = null
Whether row lines are dashed (default: false).
showAreaNames
Link copied to clipboard
val showAreaNames: Boolean? = null
Show area name labels (default: false).
showGridExtensionLines
Link copied to clipboard
val showGridExtensionLines: Boolean? = null
Whether the extension lines from grid cells to the rulers should be shown (default: false).
showLineNames
Link copied to clipboard
val showLineNames: Boolean? = null
Show line name labels (default: false).
showNegativeLineNumbers
Link copied to clipboard
val showNegativeLineNumbers: Boolean? = null
Show Negative line number labels (default: false).
showPositiveLineNumbers
Link copied to clipboard
val showPositiveLineNumbers: Boolean? = null
Show Positive line number labels (default: false).
showTrackSizes
Link copied to clipboard
val showTrackSizes: Boolean? = null
Show track size labels (default: false).

Sources

jvm source
Link copied to clipboard